ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / DisableServerRead Property

In This Topic
    DisableServerRead Property (IItemsSource<T>)
    In This Topic
    Gets or sets whether to disable server-side reading.
    Syntax
    'Declaration
     
    Property DisableServerRead As Boolean
    bool DisableServerRead {get; set;}
    Remarks
    When it is set to True, all data will be transfered to the client. Otherwise, only part of data will be transfered.
    See Also